Skip to main content

Network Server Setup

Each LoRaWAN network server has a different way of setting up devices. Below is a general guide on how to set up the Spirit LoRaWAN Radon Detector with popular LoRaWAN network servers.

Regiter an Application

Most LoRaWAN network servers require you to create an application before adding devices. This application will group your devices and manage their data.

Payload Decoder

To decode the payload sent by the Spirit LoRaWAN Radon Detector, you need to use the following JavaScript decoder in your LoRaWAN network server. See the LoRaWAN Decoder guide for more details.

Add a Device

When adding a new device, you will need the following information from your Spirit LoRaWAN Radon Detector:

  • DevEUI: Device Extended Unique Identifier
  • AppEUI: Application Extended Unique Identifier
  • AppKey: Application Key

Example: The Things Network (TTN)

  1. Log in to your TTN Console.
  2. Create a new application.
  3. Add a new device to the application using the DevEUI, AppEUI, and AppKey from your Spirit device.
  4. Configure the device settings as needed.
  5. Set up a payload formatter to decode the JSON data sent by the Spirit device.
  6. Monitor the device status and data in the TTN Console.